home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-03 | 2.7 KB | 104 lines | [TEXT/MPS ] |
- # Definitions_PPC
- # Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
-
- ###########################################################
- # Basic Definitions
- # Required variables for any MacApp builds
- ###########################################################
-
- ###########################################################
- # MacApp Library
- ###########################################################
-
- MacAppLibrary = ∂
- "{MAObj}MacApp.lib.xcoff"
-
- MacAppObjs = ∂
- {CommonMacAppObjs}
-
- MacAppLibs = ∂
- {CPlusLoadObj} ∂
- "{MAMailObj}"MAMail.lib ∂
- "{MAAppObj}"MAApp.lib ∂
- "{MAViewsObj}"MAViews.lib ∂
- "{MADocsObj}"MADocs.lib ∂
- "{MAFrameworkObj}"MAFramework.lib ∂
- "{MAODMemMgrObj}"MAODMemMgr.lib ∂
- "{MACoreObj}"MACore.lib
-
- # The build tool will redefine one of the above to null so that dependencies on MacAppLib
- # will work correctly in the library case and in the obj case.
-
- MacAppLib = ∂
- {MacAppObjs} {MacAppLibrary}
-
- ###########################################################
- # 68K Support
- ###########################################################
-
- # These definitions are not used for PPC builds.
-
- UMemory_a_o =
-
- ###########################################################
- # PPCC Support
- ###########################################################
-
- # These are the default values for use by non-PPCC builds
- # They are overridden in Definitions_PPCC
-
- # (definitions go here)
-
- ###########################################################
- # MrC Support
- ###########################################################
-
- # These are the default values for use by non-MrC builds
- # They are overridden in Definitions_MrC
-
- # (definitions go here)
-
- ###########################################################
- # Metrowerks Support
- ###########################################################
-
- # These are the default values for use by non-Metrowerks builds
- # They are overridden in Definitions_MWPPC
-
- CWDebug_cp_o =
-
- ###########################################################
- # Mapping for CFM Libraries
- # -librename Abc.xcoff=AbcLib ∂
- # -weaklib AbcLib ∂
- ###########################################################
-
- AOCELibMapping = ∂
- -librename AOCELib.xcoff=AOCELib ∂
- -weaklib AOCELib
-
- DragLibMapping = ∂
- -weaklib DragLib
-
- GXLibMapping = ∂
- -librename QuickDrawGXLib.xcoff=GXLib ∂
- -weaklib GXLib
-
- CFMLibMapping = ∂
- {AOCELibMapping} ∂
- {DragLibMapping} ∂
- {GXLibMapping}
-
- ###########################################################
- # Name of the 68K application to merge into a fat binary
- ###########################################################
-
- Merge68K = {MAAppSources}NotPPC.rsrc
-
- ###########################################################
- # Misc.
- ###########################################################
-
- OtherMakeSymOptions =
- OtherLinkFilesPPC =
-